Add extra build verbosity
authorStuart Prescott <stuart@debian.org>
Tue, 18 Feb 2025 08:55:43 +0000 (19:55 +1100)
committerStuart Prescott <stuart@debian.org>
Tue, 18 Feb 2025 08:57:28 +0000 (19:57 +1100)
debian/rules

index 0d20d6d5139f378434ebebd44c0b805c762fa74b..9a88c93869fc0d539c371ca55dc4fe0d8b297f0f 100755 (executable)
@@ -25,10 +25,10 @@ export LLVM_INSTALL_DIR := $(shell llvm-config --prefix)
 # Work around buildd bug (https://bugs.debian.org/842565)
 undefine XDG_RUNTIME_DIR
 
-
-PYBUILD_BUILD_ARGS =
+PYBUILD_CONFIGURE_ARGS = --verbose
+PYBUILD_BUILD_ARGS = --skip-packaging --verbose-build
 PYBUILD_BUILD_ARGS += --parallel=$(or $(DEB_BUILD_OPTION_PARALLEL),$(DEB_BUILD_OPTION_PARALLEL),1)
-PYBUILD_INSTALL_ARGS = --reuse-build
+PYBUILD_INSTALL_ARGS = --reuse-build --verbose-build
 
 ## Package compilation options